home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Co-Cz / Confine.cpt / CONSAF.STK / card_9183.txt < prev    next >
Text File  |  1990-02-06  |  794b  |  39 lines

  1. -- card: 9183 from stack: in.STK
  2. -- bmap block id: 9351
  3. -- flags: 0000
  4. -- background id: 2575
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openCard
  8.   repeat for 2 times
  9.     play "harpsichord" tempo 125 "aq bq ae bq aq bq aw"
  10.   end repeat
  11.  
  12.  
  13.  
  14.   play "harpsichord" tempo 125 "aq f#q ae bq d5q e5q d5q bq aq bw"
  15.   play "harpsichord" tempo 150 "aq f#q aq bq d5q e5q d5q b4q a4q b4w"
  16. end openCard
  17.  
  18.  
  19.  
  20. -- part 1 (button)
  21. -- low flags: 00
  22. -- high flags: A004
  23. -- rect: left=431 top=259 right=322 bottom=495
  24. -- title width / last selected line: 0
  25. -- icon id / first selected line: 22308 / 22308
  26. -- text alignment: 1
  27. -- font id: 0
  28. -- text size: 12
  29. -- style flags: 0
  30. -- line height: 16
  31. -- part name: Next Page
  32. ----- HyperTalk script -----
  33. on mouseUp
  34.   visual effect dissolve
  35.   go to card id 6365
  36. end mouseUp
  37.  
  38.  
  39.